home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / VCal / vcal.man < prev    next >
Encoding:
Text File  |  1994-08-02  |  4.0 KB  |  111 lines

  1.  
  2.      VCAL(1)                   UNIX System V                   VCAL(1)
  3.  
  4.      NAME
  5.           VCal - calendar with alarms
  6.  
  7.      SYNTAX
  8.           /usr/local/bin/vcal [-file datbase-file] [-title window-
  9.           title] [-iconName icon-name] [-scheme color-scheme] [-day
  10.           date] [-week date] [-month date] [-printMonth date]
  11.  
  12.      OPTIONS
  13.           -file database-file
  14.                   This option allows the user to specify a different
  15.                   calendar file.  The default file is "~/.vcal".  VCal
  16.                   supports multiple accessors of the same file, and
  17.                   will update when someone else changes the same file.
  18.  
  19.           -title window-title
  20.                   This option specifies the window title used by VCal.
  21.                   The default value is "VCal".
  22.  
  23.           -iconName icon-name
  24.                   This option specifies the icon name used by VCal.
  25.                   The default value is "vcal".
  26.  
  27.           -scheme color-scheme
  28.                   VCal supports color schemes.  To select a color
  29.                   scheme, choose the name of one of the subdirectories
  30.                   under /usr/lib/X11/schemes.
  31.  
  32.           -day date
  33.                   This option displays the appointments for the
  34.                   specified day to stdout.  Use "today" to indicate
  35.                   today's date.  An X connection is still required.
  36.  
  37.           -week date
  38.                   This option displays the appointments for the
  39.                   specified week to stdout.  Use "today" to indicate
  40.                   today's date.  An X connection is still required.
  41.  
  42.           -month date
  43.                   This option displays the appointments for the
  44.                   specified month to stdout.  Use "today" to indicate
  45.                   today's date.  An X connection is still required.
  46.  
  47.           -printMonth date
  48.                   This option emits PostScript to stdout, suitable for
  49.                   printing the calendar for the month with entries.
  50.                   Use "today" to indicate today's date.  An X
  51.                   connection is still required.
  52.  
  53.      DESCRIPTION
  54.           VCal is a simple calendar program with alarms.  You can make
  55.           entries (appointments) that are either single instance or
  56.  
  57.      Page 1                                          (printed 7/11/94)
  58.  
  59.      VCAL(1)                   UNIX System V                   VCAL(1)
  60.  
  61.           repeating, and have alarm events.
  62.  
  63.           Select the "On Window" menu item under the "Help" menu to
  64.           view the on-line help text.  This text describes VCal and
  65.           its interface.
  66.  
  67.      CURRENT FEATURES
  68.           Appointments can have multiple alarm events, and alarm
  69.           events can popup a dialog, send email, and/or execute a
  70.           commmand.
  71.  
  72.           Month and week overview displays.
  73.  
  74.           Month PostScript printing, day/week/month ASCII output.
  75.  
  76.           Multi-line text appointments.
  77.  
  78.           Full control of configurable options through preferences
  79.           dialog.
  80.  
  81.           Support for multiple, simultaneous accessors of the same
  82.           database.
  83.  
  84.      AUTHOR
  85.           Mike Yang, mikey@sgi.com, mikey@cs.stanford.edu
  86.  
  87.           Copyright 1994, Silicon Graphics, Inc.  All Rights Reserved.
  88.  
  89.      BUGS
  90.           Modifications to repeating entries affect all instances.
  91.  
  92.           The -daily, -weekly, -monthly, and -printMonth switches
  93.           still require an X connection.
  94.  
  95.           Alarm advance warnings not specified in days do not work
  96.           across day boundaries.
  97.  
  98.           Alarms scheduled to fire on a previous day will trigger at
  99.           12am on the the previous day if VCal is running, or at
  100.           startup when VCal is started on the previous day.
  101.  
  102.           You cannot delete an alarm's entry from the popup dialog if
  103.           the entry is for a future day (i.e. the advance notice is
  104.           measured in days).
  105.  
  106.           When printing, do not select the "Link in spool directory"
  107.           option because VCal removes the temporary file immediately.
  108.  
  109.      Page 2                                          (printed 7/11/94)
  110.  
  111.